home *** CD-ROM | disk | FTP | other *** search
- object detailinfo: Tdetailinfo
- Left = 510
- Top = 203
- BorderStyle = bsDialog
- Caption = 'Detailed Photo Data'
- ClientHeight = 420
- ClientWidth = 466
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object RxSplitter1: TRxSplitter
- Left = 8
- Top = 380
- Width = 450
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- Enabled = False
- end
- object Button1: TButton
- Left = 356
- Top = 388
- Width = 100
- Height = 25
- Cancel = True
- Caption = 'OK'
- ModalResult = 2
- TabOrder = 1
- end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 450
- Height = 361
- Color = clBtnFace
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 2
- OnDrawItem = ListBox1DrawItem
- end
- object Button2: TButton
- Left = 8
- Top = 388
- Width = 105
- Height = 25
- Caption = 'Copy to Clipboard'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-